Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPagedMediaExporter<TContent> Class
Members


In This Topic
    NPagedMediaExporter<TContent> Class
    In This Topic
    Serves as base class for document exporters that export documents to paged medias, such as NPrintMediaExporter and NPdfMediaExporter
    Object Model
    NPagedMediaExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NPagedMediaExporter(Of TContent As {NElement, INPagedElement, INPrintLayoutElement}) 
       Inherits NElementMediaExporter(Of TContent)
    'Usage
     
    
    Dim instance As NPagedMediaExporter(Of TContent)
    public abstract class NPagedMediaExporter<TContent> : NElementMediaExporter<TContent> 
    where TContent: NElement, INPagedElement, INPrintLayoutElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>
             Nevron.Nov.UI.NPdfExporter<TContent>
             Nevron.Nov.UI.NPrintExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also